home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libpango1.0-0.postinst < prev    next >
Text File  |  2008-10-21  |  326b  |  17 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. # Hey, I'm a snippet removing old cruft (Debian #430040); drop me after lenny!
  6. BOGUSDOCDIR=/usr/share/doc/libpango1.0-doc/pango/pango
  7. if [ -L $BOGUSDOCDIR ]; then
  8.   rm -f $BOGUSDOCDIR
  9. fi
  10.  
  11. # Automatically added by dh_makeshlibs
  12. if [ "$1" = "configure" ]; then
  13.     ldconfig
  14. fi
  15. # End automatically added section
  16.  
  17.